home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 2006 March
/
PCnet 2006-06.3.iso
/
Apps
/
Flash
/
FDBuilder1160CNET.exe
/
Examples
/
Capturing.swf
/
scripts
/
DefineSprite_40
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-04-02
|
229 b
|
10 lines
p = _parent;
new Color(base).setRGB(p.col1);
new Color(front).setRGB(p.col1);
new Color(light).setRGB(p.col2);
light._alpha = 70;
s = 6;
_width = p.w;
front._width = (p.w - s) * 100 / p.w;
front._x = (s + 1) * 50 / p.w;